public static enum CpclCommand.TEXT_FONT extends java.lang.Enum<CpclCommand.TEXT_FONT>
| 枚举常量和说明 |
|---|
FONT_0 |
FONT_1 |
FONT_10 |
FONT_11 |
FONT_13 |
FONT_2 |
FONT_20 |
FONT_24 |
FONT_3 |
FONT_4 |
FONT_41 |
FONT_42 |
FONT_43 |
FONT_44 |
FONT_45 |
FONT_46 |
FONT_47 |
FONT_48 |
FONT_49 |
FONT_5 |
FONT_55 |
FONT_6 |
FONT_7 |
FONT_8 |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getValue() |
static CpclCommand.TEXT_FONT |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CpclCommand.TEXT_FONT[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final CpclCommand.TEXT_FONT FONT_0
public static final CpclCommand.TEXT_FONT FONT_1
public static final CpclCommand.TEXT_FONT FONT_2
public static final CpclCommand.TEXT_FONT FONT_3
public static final CpclCommand.TEXT_FONT FONT_4
public static final CpclCommand.TEXT_FONT FONT_5
public static final CpclCommand.TEXT_FONT FONT_6
public static final CpclCommand.TEXT_FONT FONT_7
public static final CpclCommand.TEXT_FONT FONT_8
public static final CpclCommand.TEXT_FONT FONT_10
public static final CpclCommand.TEXT_FONT FONT_11
public static final CpclCommand.TEXT_FONT FONT_13
public static final CpclCommand.TEXT_FONT FONT_20
public static final CpclCommand.TEXT_FONT FONT_24
public static final CpclCommand.TEXT_FONT FONT_41
public static final CpclCommand.TEXT_FONT FONT_42
public static final CpclCommand.TEXT_FONT FONT_43
public static final CpclCommand.TEXT_FONT FONT_44
public static final CpclCommand.TEXT_FONT FONT_45
public static final CpclCommand.TEXT_FONT FONT_46
public static final CpclCommand.TEXT_FONT FONT_47
public static final CpclCommand.TEXT_FONT FONT_48
public static final CpclCommand.TEXT_FONT FONT_49
public static final CpclCommand.TEXT_FONT FONT_55
public static CpclCommand.TEXT_FONT[] values()
for (CpclCommand.TEXT_FONT c : CpclCommand.TEXT_FONT.values()) System.out.println(c);
public static CpclCommand.TEXT_FONT valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public java.lang.String getValue()